home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / foomatic / db / source / printer / Epson-Stylus_CX5200.xml < prev    next >
Encoding:
Text File  |  2009-03-27  |  2.8 KB  |  84 lines

  1. <printer id="printer/Epson-Stylus_CX5200">
  2.   <make>Epson</make>
  3.   <model>Stylus CX5200</model>
  4.   <mechanism>
  5.     <inkjet/>
  6.     <color/>
  7.     <resolution>
  8.       <dpi>
  9.         <x>5760</x>
  10.         <y>1440</y>
  11.       </dpi>
  12.     </resolution>
  13.     <consumables>
  14.     <!--no comments--><!--one or more "partno" elements.--></consumables>
  15.   </mechanism>
  16.   <url>http://www.epson.com/cmc_upload/0/000/013/382/CX5200_InfoSheet.pdf</url>
  17.   <lang>
  18.     <escp/><!--no pjl-->
  19.     <text>
  20.       <charset>us-ascii</charset>
  21.     </text>
  22.   </lang>
  23.   <autodetect>
  24.   </autodetect>
  25.   <functionality>A</functionality>
  26.   <driver>gutenprint</driver>
  27.   <!--verified-->
  28.   <!--no "contrib_url"-->
  29.   <comments>
  30.     <en>
  31.  
  32.     Multi-function device: Printer, Scanner, Copier.<p>
  33.  
  34.     The printing engine seems to be the C82, so when your Gimp-Print
  35.     version does not list this device explicitly as supported, pretend
  36.     that you have the C82.<p>
  37.  
  38.     To be able to scan you need either kernel 2.4.21 or newer or you
  39.     need to do a small change in the "<tt>scanner.o</tt>"
  40.     module of older kernels. See <a
  41.     href="http://www.geocrawler.com/archives/3/2571/2002/10/0/9767006/">this
  42.     posting on the linux-usb-devel mailing list</a> and the
  43.     thread "<a
  44.     href="http://www.openprinting.org/pipermail/epson-list/2002q4/thread.html">Epson
  45.     Stylus cx3200 MFP</a>" on the <a
  46.     href="http://www.openprinting.org/cgi-bin/mailman/listinfo/epson-list">Epson
  47.     Forum</a>.<p>
  48.  
  49.     You have to remove the following from the
  50.     <tt>drivers/usb/scanner.c</tt> file in the kernel 
  51.     source:<p>
  52.  
  53.     <tt>
  54.     if (dev-&gt;config[0].bNumInterfaces != 1) {<br>
  55.     &nbsp;&nbsp;&nbsp;&nbsp;info("probe_scanner: Only one device interface is supported.");<br>
  56.     &nbsp;&nbsp;&nbsp;&nbsp;return NULL;<br>
  57.     }<p>
  58.     </tt>
  59.  
  60.     Then you have to recompile, install, and reload the
  61.     "<tt>scanner.o</tt>" kernel module (the commands have
  62.     to be executed as "root", we assume that the kernel source code is
  63.     in the <tt>/usr/src/linux</tt> directory):<p>
  64.  
  65.     <tt>
  66.     cd /usr/src/linux<br> 
  67.     make modules<br>
  68.     cp drivers/usb/scanner.o /lib/modules/&lt;Linux version&gt;/kernel/drivers/usb/<br>
  69.     rmmod scanner<br>
  70.     modprobe scanner vendor=0x04b8 product=0x0801<p>
  71.     </tt>
  72.  
  73.     After having done so you can configure <a
  74.     href="http://www.sane-project.org/">SANE</a> to use the
  75.     CX5200 with the "<tt>epson</tt>" scanner driver, it is
  76.     probably compatible to the Epson Perfection 1200U.<p>
  77.  
  78.     Copying should just work with the front panel of the
  79.     device.<p>
  80.  
  81.     </en>
  82.   </comments>
  83. </printer>
  84.